DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class
Properties Methods


In This Topic
    ValueSet<T> Class Members
    In This Topic

    The following tables list the members exposed by ValueSet<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the number of objects in the collection.  
    Top
    Public Methods
     NameDescription
    Public Method Adds a value to the collection if not already present.  
    Public Method Removes all objects from the collection.  
    Public Method Determines whether the collection contains a specific value.  
    Public Method Determines whether the values in this set are the same as the ones in a given array.  
    Public Method Sorts the elements in the collection.  
    Public Method Creates an array from this collection.  
    Public MethodCreates a List from this collection.  
    Top
    See Also